home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00311.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  145 b   |  9 lines

  1. on mouseUp
  2.   if rollOver(26) then
  3.     puppetSprite(26, 0)
  4.     set the movieRate of sprite 16 to 0
  5.     updateStage()
  6.     go("salir")
  7.   end if
  8. end
  9.